@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica,
    Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体",
    "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #3e8be4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
body {
  background-color: #f2f2f2;
}
.part {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
/* nav */
.sub {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0;
  background: #f1f9ff;
  border: 2px solid #66a9d8;
  border-top: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.5s;
}
.sub.on {
  height: 380px;
}
/* tab切换 */
.tab .tab-name {
  border-bottom: 2px solid #cdcdcd;
  height: 40px;
}
.tab .tab-name a {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  border-bottom: 0;
  font-size: 18px;
}
.tab .tab-name a.on {
  border-bottom: 2px solid #076eba;
  color: #016bb9;
}
.tab .tab-cont .tab-item {
  display: none;
  box-sizing: border-box;
  padding-top: 8px;
}
.tab .tab-cont .tab-item.on {
  display: block;
}
/* 文字列表 */
.list li {
  position: relative;
  padding-left: 10px;
  line-height: 33px;
  height: 33px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #53a7e6;
}
.list li a {
  color: #484848;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 分类导航 */
.colunm-title {
  width: 1000px;
  height: 54px;
}
.colunm-title img {
  width: 100%;
  height: auto;
}
/* colunm size */
.grid-size680 {
  width: 680px;
}
.grid-size490 {
  width: 490px;
}
.grid-size308 {
  width: 308px;
}
.grid-size284 {
  width: 284px;
}
/* 单条图文新闻 */
.hot .tit {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #383838;
  font-weight: bold;
}
.hot .img {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  width: 120px;
}
.hot .img img {
  width: 100%;
}
.hot .abs {
  font-size: 14px;
  color: #424242;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* 图片列表 */
.list-pics {
  width: 100%;
}
.list-pics li {
  float: left;
  position: relative;
  width: 141px;
  height: 105px;
  margin-right: 2%;
  height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
}
.list-pics li:hover {
  width: 135px;
        height: 99px;
  border:solid 3px #046fbe;
}
.list-pics li:nth-child(odd) {
}
.list-pics li .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.list-pics li .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.online-list .list-pics li .img {
  width: 100%;
  height: 140px;
}
.online-list .list-pics li:hover {
  border:none;
}

/* 左右布局 */
.tab-cont {
  padding: 5px 15px 15px;
  box-sizing: border-box;
}
.tab-cont .left {
  float: left;
  padding-right: 2%;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #e2e2e2;
}
.tab-cont .right {
  float: right;
  padding-left: 2%;
  width: 50%;
  box-sizing: border-box;
}

/* 底部 */
.foot {
  margin-top: 30px;
  box-sizing: border-box;
}
.foot .part {
  padding: 15px 0;
  background: url(../img/footer.png) center 0 no-repeat;
  background-size: 100% 100%;
  border-top: 2px solid #016bb9;
  text-align: center;
  box-sizing: border-box;
}
.foot p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.foot p a {
  color: #333;
}
.foot .jc {
  margin-top: 10px;
  margin-right: 20px;
}
.ga {
  margin-top: 0px;
  vertical-align: top;
  margin-right: 5px;
}
